projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07f76a1
)
Remove decl for Qvisible.
author
Jim Blandy
<jimb@redhat.com>
Thu, 17 Jun 1993 05:03:45 +0000
(
05:03
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Thu, 17 Jun 1993 05:03:45 +0000
(
05:03
+0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index b57835c39583047e7db5d3f4a6a493dca1fa505c..4157ee1de4911535108f7996bf415e9fb9b4e7fa 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1213,7
+1213,7
@@
extern Lisp_Object get_keyelt (), get_keymap();
extern Lisp_Object Fvertical_motion (), Findent_to (), Fcurrent_column ();
/* defined in window.c */
-extern Lisp_Object Qwindowp, Qwindow_live_p
, Qvisible
;
+extern Lisp_Object Qwindowp, Qwindow_live_p;
extern Lisp_Object Fget_buffer_window ();
extern Lisp_Object Fsave_window_excursion ();
extern Lisp_Object Fset_window_configuration (), Fcurrent_window_configuration ();